Conversation
- Added CODE_OF_CONDUCT.md (Contributor Covenant v2.1) - Added CONTRIBUTING.md (tailored for Go/Ollama/Docker stack) - Added SECURITY.md (reporting policy) - Added Issue Templates (Bug Report & Feature Request) - Added Pull Request Template with checklist These files establish clear guidelines for contributors and improve the project's community health score.
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive community standards documentation to improve the project's community health score, including a Code of Conduct (Contributor Covenant v2.1), contribution guidelines, security policy, and GitHub templates for issues and pull requests.
- Establishes clear contributor guidelines and expectations
- Defines security vulnerability reporting process
- Provides templates for structured bug reports and feature requests
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| CODE_OF_CONDUCT.md | Standard Contributor Covenant v2.1 with project-specific contact email |
| CONTRIBUTING.md | Development setup guide for Go/Ollama/Docker stack with testing and coding standards |
| SECURITY.md | Security vulnerability reporting policy with version support matrix |
| .github/PULL_REQUEST_TEMPLATE.md | PR checklist template for code review and testing |
| .github/ISSUE_TEMPLATE/bug_report.md | Structured bug report template with environment details |
| .github/ISSUE_TEMPLATE/feature_request.md | Feature request template following GitHub standards |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+5
to
+6
| Use this section to tell people about which versions of your project are | ||
| currently being supported with security updates. |
There was a problem hiding this comment.
This appears to be placeholder text from a template. Replace lines 5-6 with actual content describing the version support policy, or remove them entirely as the table below already communicates the supported versions.
Suggested change
| Use this section to tell people about which versions of your project are | |
| currently being supported with security updates. |
doITmagic
pushed a commit
that referenced
this pull request
Mar 8, 2026
- pkg/telemetry: AppendSearchMetric() — thread-safe JSONL append
per tool invocation to {workspaceRoot}/.ragcode/search_metrics.jsonl
- pkg/telemetry: ReadAggregatedMetrics() — reads JSONL, returns
cumulative stats (total searches, fallback vs vector, bytes saved, avg scores)
- smart_search: records metric async (goroutine) after each search
- 4 unit tests for write/read round-trip and edge cases
doITmagic
pushed a commit
that referenced
this pull request
Mar 9, 2026
- Fix nil panic in ContextFromWorkspaceWithStatus when wctx is nil (#7) - Fix indentation in smart_search_pipeline.go (#1) - Use loaded idx instead of nil in call_hierarchy.go and find_usages.go (#3, #9) - Add backward-compat comment on JSON tag mismatch (#6) - Create fresh IndexStatus when LoadIndexStatus returns nil (#8) - Populate Elapsed field at completed/failed transitions (#2) - Throttle progress I/O writes to every 10 files (#4) - Fix test cleanup for .ragcode dir in TempDir
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These files establish clear guidelines for contributors and improve the project's community health score.